multidimensional array
美
英 
英漢解釋
例句
A vector, which always has only one dimension, is not the same as a multidimensional array that happens to have only one dimension.
向量始終只有一個維度,它與恰好只有一個維度的多維數組不同。
The following example illustrates the difference between defined a one-dimensional array and a multidimensional array.
下面的示例闡釋了定義一維數組和多維數組之間的區(qū)別。
The multidimensional array is then passed to a function that displays the array as a table in the document.
然后將該多維數組傳遞給一個函數,該函數將數組顯示為文檔中的一個表。
The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.
變量可以像一個整數或字符串那樣簡單,也可以像多維數組或對象那樣復雜。
A multidimensional array is stored with the rightmost dimension increasing first.
多維數組首先存儲最右邊的維。
You can pass an initialized multidimensional array to a method.
可以將初始化的多維數組傳遞給方法。
A variation of the multidimensional array is the jagged array: an array of arrays.
多維數組的一種變體是交錯數組,即由數組組成的數組。
PHP placed the data into an easily parsable multidimensional array.
PHP將把數據放入可以輕松解析的多維數組中。
If each subarray has the same length, a multidimensional array may be more useful.
如果每個子數組都具有相同的長度,則多維數組更適用。
To work efficiently with a multidimensional array
高效使用多維數組
Algorithm of Address Generation for Multidimensional Array
多維數組地址生成算法研究
In this example we create a multidimensional array, with automatically assigned ID keys
在這個案例當中,我們建立了一個多位數組,它的ID是自動生成的